docs: add docs for GtkWidgetHelpType
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 15:31:50 +0000 (10:31 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 18:33:45 +0000 (13:33 -0500)
gtk/gtkwidget.h

index 77ece36bf2e35c584589bc949c8bcab6c9543acf..4f00e25bb88cd59d1f0fb348e542a9b0536501f5 100644 (file)
 G_BEGIN_DECLS
 
 /* Kinds of widget-specific help */
+/**
+ * GtkWidgetHelpType:
+ * @GTK_WIDGET_HELP_TOOLTIP: Tooltip.
+ * @GTK_WIDGET_HELP_WHATS_THIS: What's this.
+ *
+ * Kinds of widget-specific help. Used by the ::show-help signal.
+ */
 typedef enum
 {
   GTK_WIDGET_HELP_TOOLTIP,